home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / DRIVER.CAB / pvc.inf < prev    next >
Encoding:
INI File  |  1999-10-19  |  3.5 KB  |  106 lines

  1. ; Digi Wan Links PVC Virtual Device.
  2. ;
  3. ; Copyright 1995-1997, Digi International
  4.  
  5. [version]
  6. ;LayoutFile=layout.inf
  7. signature="$Windows NT$"
  8. Class=Net
  9. ClassGUID={4D36E972-E325-11CE-BFC1-08002BE10318}
  10. provider=%DIGI%
  11. DriverVer=10/19/1999,2.2.0.0
  12.  
  13.  
  14. [Manufacturer]
  15. %DIGI%=DIGIWANLINKS
  16.  
  17.  
  18. [DIGIWANLINKS]
  19. %WanLinksPvcFr.DeviceDesc%     = WanLinksPvc.ndi,    DIGI_PVCFR
  20. %WanLinksPvcX25.DeviceDesc% = WanLinksPvc.ndi,     DIGI_PVCX25
  21.  
  22. [ControlFlags]
  23. ExcludeFromSelect = * ; 
  24.  
  25. ;****************************************************************************
  26. ; Wan Links PVC Install Section
  27. ;****************************************************************************
  28.  
  29. [WanLinksPvc.ndi.NT]
  30. AddReg            = WanLinksPvc.ndi.reg, WanLinksPvc.staticparams.reg
  31. Characteristics    = 0x1 ;    NCF_VIRTUAL
  32.  
  33. ;****************************************************************************
  34. ; WanLinks Adapter CoInstaller Sections
  35. ;****************************************************************************
  36.  
  37. [WanLinksPvc.ndi.NT.CoInstallers]
  38. AddReg=WanLinksCommon.CoInstaller_AddReg
  39.  
  40. [WanLinksCommon.CoInstaller_AddReg]
  41. HKR,,CoInstallers32,0x00010000,"syncprop.dll,DigiPVCCoInstaller"
  42.  
  43. ;****************************************************************************
  44. ; Wan Links PVC Services Sections
  45. ;****************************************************************************
  46. [WanLinksPvc.ndi.NT.Services]
  47. AddService = DIGILAN, 2, WanLinksPvc.AddService, WanLinksPvc.AddEventLog
  48.  
  49. [WanLinksPvc.AddService]
  50. DisplayName         = %DIGILAN.DispName%
  51. ServiceType         = 1 ; SERVICE_KERNEL_DRIVER
  52. StartType          = 3 ; SERVICE_DEMAND_START     
  53. ErrorControl        = 1 ; SERVICE_ERROR_NORMAL
  54. ServiceBinary     = %12%\DIGILAN.SYS
  55. LoadOrderGroup     = NDIS ; DEFAULT_GROUP
  56.  
  57. [WanLinksPvc.AddEventLog]
  58. AddReg=WanLinksPvc.AddEventLog.reg
  59.  
  60. [WanLinksPvc.AddEventLog.reg]
  61. HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\digilan.sys"
  62. HKR,,TypesSupported,%REG_DWORD%,7
  63.  
  64.  
  65. ;****************************************************************************
  66. ; Wan Links PVC NDI Registry Sections
  67. ;****************************************************************************
  68. [WanLinksPvc.ndi.reg]
  69. ; NDI General Information
  70. HKR, Ndi, Service,     , "DIGILAN"
  71. HKR, Ndi, HelpText,     , %WanLinksPvc.HelpText%
  72.  
  73. ; NDI Binding
  74. HKR, Ndi\Interfaces, DefUpper,     , "ndis5"
  75. HKR, Ndi\Interfaces, DefLower,     , "ethernet"
  76. HKR, Ndi\Interfaces, UpperRange,     , "ndis5"
  77. HKR, Ndi\Interfaces, LowerRange,     , "ethernet"
  78.  
  79.  
  80. ;**************************************************************************************
  81. ; Wan Links PVC Static Params
  82. ;**************************************************************************************
  83. [WanLinksPvc.staticparams.reg]
  84. HKR,              , LowerFilters, 0x00010000, "DIGISXB"
  85.  
  86. HKR, VendorSpecific, StartAdapter, 0x00010001, 0
  87.  
  88. HKLM,Software\Digi\DigiLan\CurrentVersion,ServiceName,0x00000000,"DIGILAN"
  89. HKLM,Software\Digi\DigiLan\CurrentVersion,Title,0x00000000,%DIGILAN.DispName%     
  90.  
  91.  
  92. ;**************************************************************************************
  93. ; Localizable Strings
  94. ;**************************************************************************************
  95. [strings]
  96. DIGI="Digi International, Inc."
  97.  
  98. WanLinksPvcFr.DeviceDesc  = "Digi Wan Links - Frame Relay PVC"
  99. WanLinksPvcX25.DeviceDesc  = "Digi Wan Links - X.25 PVC"
  100.  
  101. WanLinksPvc.HelpText = "This adapter enables your machine to access the network using a LAN interface"
  102.  
  103. DIGILAN.DispName = "Digi Wan Links LAN Driver"
  104.  
  105.  
  106.